List Shares
net view \\server
Note: \\Server is the name of the machine / file server
Map Drive
New-PSDrive -Name <drive> -PSProvider FileSystem -Root \\Server\<Share> -Persist
For Example:
New-PSDrive -Name S -PSProvider FileSystem -Root \\Server\Software -Persist